Get schedule execution's Tasks

{ getTasksIds }

Returns the list of tasks for a Schedule Execution

Method

/API2/tasks/getTasksIds

  • API Section: /API2/tasks
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro
    • Analyst
    • Viewer
  • Input Parameters

    Name

    executionsId

    Type

    string

    Description

    The execution's system ID

    Output Response

    Successful Result Code

    200

    Response List Type

    Description of Response Type

    A generic object used to contain ID of item.. Note that the response is returned as a list of items of this object type.

    Notes

    Each schedule produces an 'execution' each time it runs. The execution is effectively an instance of the schedule. Within each execution is a list of jobs or 'tasks' tha represent the atomic level of activity that will be executed.The task id list can be used to retrieve the task data or to rerun a specific job using 'reRunTask'

    Examples